home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Format CD 43
/
Amiga Format CD43 (1999)(Future Publishing)(GB)(Track 1 of 2)[!][issue 1999-09].iso
/
-serious-
/
comms
/
other
/
ambos-cgi
/
aws
/
doc
/
configfile
< prev
next >
Wrap
Text File
|
1999-06-14
|
2KB
|
68 lines
# Lines starting with a '#' are comments
# IP port to listen to, default is 80
port 80
# Name to use in redirects and error reports; default is hostname
servername www.yourdomain.org
# Email address to put in error reports, default is webmaster @ whatever
# servername is set to
maintainer webmaster@www.yourdomain.org
# File to look for when asked to fetch a directory, default is index.html
indexfile index.html
# # of hours to add to system clock to get GMT. Default is 0
hoursoff 0
# File to log accesses - whether successfull or not.
accesslog spool:logs/http_access
# File to log errors to, both server and reference. Some things will be logged
# twice (i.e. "File not found" errors).
messagelog spool:logs/http_error
# The file type to use for file we can't identify. Default is text/plain
deftype text/plain
# List of file types we want to report, by extension
# Of course, .html files are html
type text/html html
# .ps files containt postscript
type application/postscript ps
# .lha files should be saved to disk
type application/octect-stream lha
# .hgif, .jpg, .jpeg & .xbm files are all various kinds of bitmap.
type image/gif gif
type image/jpeg jpg jpeg
type image/x-xbitmap xbm
# Sample mappings: map URL-to-map module-type argument
# Redirect requests for the old plan.html file to index.
# Note that this should be listed before the "map /~mwm/" line;
# otherwise if there is a plan.html in that directory, it will
# be served instead of the redirect.
map /~mwm/plan.html redirect /~mwm/
# /~mwm/ is in directory data:html/
map /~mwm/ directory data:html/
# Anyone trying to get /~admin/ will get sent to /
map /~admin/ redirect /
# Set up the CGI bin directory
map /cgi-bin/ cgi aws:cgi-bin/
# A "null" entry, so we can redirect people to links that don't change
# the page
map /null null -
# Finally, where to look for everything else.
map / directory cust:admin/html/